fmt.fmt.pad (method)
12 uses
fmt (current package)
format.go#L93: func (f *fmt) pad(b []byte) {
format.go#L192: f.pad(buf[i:])
format.go#L322: f.pad(buf[i:])
format.go#L368: f.pad(b)
format.go#L458: f.pad(strconv.AppendQuoteToASCII(buf, s))
format.go#L460: f.pad(strconv.AppendQuote(buf, s))
format.go#L474: f.pad(utf8.AppendRune(buf, r))
format.go#L486: f.pad(strconv.AppendQuoteRuneToASCII(buf, r))
format.go#L488: f.pad(strconv.AppendQuoteRune(buf, r))
format.go#L520: f.pad(num)
format.go#L593: f.pad(num)
format.go#L597: f.pad(num[1:])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |